Add Dash0 sandbox example - #1354
Closed
juliafmorgado wants to merge 1 commit into
Closed
Conversation
Demonstrates Envoy's request tracing exporting spans to Dash0 via a local OpenTelemetry Collector, which forwards them to Dash0's OTLP ingress endpoint. Signed-off-by: Julia Furst Morgado <juliafmorgado@gmail.com>
juliafmorgado
force-pushed
the
add-dash0-example
branch
from
August 21, 2026 14:12
54355cb to
1f0c417
Compare
phlax
reviewed
Aug 21, 2026
phlax
left a comment
Member
There was a problem hiding this comment.
thanks for working on this @juliafmorgado
as envoy doesnt have a dash0 extension as such im reluctant to add a standalone example for this
Author
|
That's a fair point @phlax! Dash0 is OTLP-native, so this sandbox is really just the existing opentelemetry sandbox's architecture pointed at a different backend. I'll close this PR then. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dash0sandbox demonstrating Envoy's request tracing exporting spans to Dash0 via a local OpenTelemetry Collector, which forwards them to Dash0's OTLP ingress endpointopentelemetrysandbox: Envoy's nativeenvoy.tracers.opentelemetryexports to a local collector, which handles the auth/dataset headers required by Dash0 and forwards over OTLP gRPCverify.shonly checks that the proxied HTTP request succeeds, matching the pattern used bydatadog-tracingTest plan
docker compose up --build -dbrings upenvoy,service-1, anddash0-collectorcleanly, all healthycurl localhost:10000/trace/1returns the expected response through Envoy./verify.shpassesdash0/_static/)